From: Lars Magne Ingebrigtsen Date: Thu, 14 Jul 2011 18:37:53 +0000 (+0200) Subject: Manual fix for the dribble file X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2831 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=27eb166700e59c2b0f558b818ef25fb7bfe5e51d;p=emacs.git Manual fix for the dribble file * trouble.texi (Checklist): Use an `M-x' example instead of an Emacs Lisp form to switch on the dribble file. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a53ffe1fc3c..19835d63165 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2011-07-14 Lars Magne Ingebrigtsen + + * trouble.texi (Checklist): Use an `M-x' example instead of an + Emacs Lisp form to switch on the dribble file (bug#8056). + 2011-07-13 Lars Magne Ingebrigtsen * custom.texi (Hooks): Mention buffer-local hooks (bug#6218). diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 28c0285cf03..4be892639fc 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -698,15 +698,8 @@ If at all possible, give a full recipe for an Emacs started with the @cindex dribble file @cindex logging keystrokes One way to record the input to Emacs precisely is to write a dribble -file. To start the file, execute the Lisp expression - -@example -(open-dribble-file "~/dribble") -@end example - -@noindent -using @kbd{M-:} or from the @samp{*scratch*} buffer just after -starting Emacs. From then on, Emacs copies all your input to the +file. To start the file, use the @kbd{M-x open-dribble-file +@key{RET}} command. From then on, Emacs copies all your input to the specified dribble file until the Emacs process is killed. @item